home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlxtools.arc / SUPER.BAT < prev    next >
DOS Batch File  |  1991-06-18  |  947b  |  30 lines

  1. echo off
  2. if %1x == x goto error
  3. if %2x == x goto error
  4. if %1 == r goto ok
  5. if %3x == x goto error
  6. :ok
  7. SUPERK p2 s2400 d%1 t%2 f%3 %4 %5 %6 %7
  8. goto end
  9. :error
  10. cls
  11. echo SUPERK - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
  12. echo .
  13. echo          MiniNet's External Protocol Driver for Batch
  14. echo             transfers using single file protocols
  15. echo .
  16. echo Command Line
  17. echo .
  18. echo      SUPERK p2 s2400 d(direction) t(protocol)[y] f(filename) option1 option2
  19. echo .
  20. echo Call SUPER as    SUPER direction protocol filename option1 option2
  21. echo                  where direction = s or r
  22. echo                        protocol  = x,c,w,y,k,s  or  xb,cb,wb,yb,kb,sb
  23. echo                        filename  = filename with ds  or  path with dr
  24. echo                        options   = see SUPERK.DOC
  25. echo .
  26. echo Change the port and speed (p and s) to suit
  27. echo .
  28. echo Call   SUPERK @   to set and save defaults
  29. :end
  30.